TapeCalc
by Mario Manuzzi - Cesena (Italy)

*** INSTALLATION
This program runs on Palm OS and Windows. 
The Palm version uses Plua (Lua for Palm) and the Windows version uses wxLua. 
wxLua runs on Linux, too. So the program might also run on Linux, with the correct intepreter, probably unchanged. 
Please tell me if you use it so. 

On the Palm package you'll find: 
	- pTapeCalc.prc (the program)
	- plua2rt.prc (the plua runtime)
	- MathLib.prc (the math library)
	- readme.txt (just this file - don't install this)
To install the files, use the normal Palm Install routine; usually, just double click on each of them and then synchronize the Palm. 
You need all the .prc files. Anyway, the Plua runtime and the math library are shared with other programs, so if you already installed them, you only need to install the program. 
Please note that version 2 of Plua is used (Plua2RT.prc), and if you just installed version 1 (PluaRT.prc) it won't work. 

On the Windows package you'll find a setup.exe file. 
Just double click on it to install all the needed files in the chosen directory. 

*** THE PROGRAM
TapeCalc is a pocket calculator with a simulated tape, where data is stored. 
It's possible to edit the tape; recalculations are made automatically. 
It will be expecially useful for sums of many items, giving the chance to check and correct single items. 
Being a software for Palm (but not only Palm), it's even more useful, as you may use it everywhere. 

*** CONTACTS
The project page, where you find every new version, with source code and executable code for Palm and Windows, is:

	https://sourceforge.net/projects/ptapecalc

I will be happy to hear comments, bug reports or request for new features. 
I may add a translation in your language, but for that I need help from you. 
You may find the sentences to be translated in the source code or I will just send them to you. 

If you use the program, please drop me a line to tell me. 
My e-mail address is: 

	mmanuzzi@users.sourceforge.net

*** LICENSE AND CREDITS
The program is released under the terms of the GNU General Public License. 
For more licensing information refer to the GNU General Public License on the 
GNU Project web site (www.gnu.org). 
Plua is freeware from Marcio Migueletto de Andrade (meusite.uai.com.br/~mmand/plua/plua.htm)
wxLua is released under the wxWidgets Licence (wxlua.sourceforge.net - www.wxwidgets.org)
Lua is freeware licensed under the terms of the MIT (www.lua.org)
Credits go to Arnaud Le Ber (luaforge.net/projects/luaaio), Hakki Dogusan (www.dynaset.org/dogusanh), the authors of SourceEdit (www.brixoft.net), NSIS (nsis.sourceforge.net), Ant (ant.apache.org), Sqlite (www.sqlite.org), wxSQLite3 (wxcode.sourceforge.net/components/wxsqlite3), upx (upx.sourceforge.net)
